home *** CD-ROM | disk | FTP | other *** search
/ HTBasic 9.3 / HTBasic 9.3.iso / SICL / data1.cab / sicl32 / intfcfg / intfcfg.txt < prev   
Encoding:
Text File  |  2001-03-02  |  9.5 KB  |  291 lines

  1. ; 'intfcfg.txt'
  2. ;
  3. ; *********************************************
  4. ; ***                                       ***
  5. ; *** Before editing this file, copy it to  ***
  6. ; *** 'intfcfg.ini' and then edit the copy. *** 
  7. ; ***                                       ***
  8. ; *** NOTE:  If you are using Windows       ***
  9. ; *** explorer to create intfcfg.ini, make  ***
  10. ; *** sure that 'Hide File Extensions' is   ***
  11. ; *** not set.  If it is set, you will      ***
  12. ; *** really be creating 'intfcfg.ini.txt', ***
  13. ; *** which will not work.                  ***
  14. ; ***                                       ***
  15. ; *********************************************
  16. ;
  17. ; This is a sample manual interface configuration file for the Agilent
  18. ; I/O Libraries on Microsoft Windows (TM) platforms.
  19. ;
  20. ; Make a copy of this file named 'intfcfg.ini' and place it in the
  21. ; intfcfg sub-directory under the SICL base directory.
  22. ; The default location is:
  23. ;   c:\Program Files\Agilent\IO Libraries\intfcfg\intfcfg.ini
  24. ;
  25. ; By editing the 'intfcfg.ini file', you can override the default Agilent
  26. ; I/O Libraries interface card search algorithms.  This is useful on some
  27. ; machines where memory and I/O space access used by the search 
  28. ; algorithms can adversely affect other devices in the system.  In most
  29. ; cases, this file is not required.  It is only needed if you are
  30. ; experiencing problems when the standard search algorithms are used.
  31.   
  32.  
  33. ;==========================================================================
  34. ;
  35. ; The [Cfg232] section is used to configure more than 9 COM ports on
  36. ; Windows 95.
  37. ;
  38. ; Since the Win95 iocfg is a 16 bit program, it does not recognize more
  39. ; than nine COM ports.  32 bit applications on Windows 95 can handle up
  40. ; to 256 COM ports, this section provides a workaround for configuring
  41. ; these additional ports.
  42. ;
  43. ; Edit the 'Ports' line in the [Cfg232] section to enumerate the COM
  44. ; ports that you want iocfg to handle.  The 'Ports' format is a comma
  45. ; separated list of port numbers.  Two numbers separated by a '-'
  46. ; indicate a range of numbers.  Port numbers must be greater than 0 and
  47. ; less than or equal to 256.  Port numbers out of range are ignored.
  48. ;
  49. ; Note that iocfg does not check the ports listed here for validity.
  50. ; It is possible to configure a port that does not exist but attempting
  51. ; to access a non-existing port with the I/O Libraries will return an error. 
  52. ;
  53. ; Remove the ';' from the front of the 'Ports' line and edit the list of
  54. ; ports on this line to enable iocfg to configure the specified list of
  55. ; ports.
  56. ;==========================================================================
  57.  
  58. [Cfg232]
  59. ;Ports=1-4,10-15,17,21
  60.  
  61.  
  62. ;==========================================================================
  63. ;
  64. ; The [Cfg8234x] section is used to manually enter information about the
  65. ; following cards:
  66. ;   - 82340
  67. ;   - 82341A
  68. ;   - 82341B
  69. ;   - 82341C
  70. ;
  71. ; Uncommenting the line "AutoDetectCards=false" will cause I/O config to
  72. ; not try to automatically detect cards on your system.  If you are having
  73. ; problems with I/O Config locking up your computer, this may stop that
  74. ; from happening.
  75. ;
  76. ; NOTE: If your computer continues to lock up, you may also have to
  77. ; uncomment "AutoDetectCards=false" in the [Cfg82341D] section below.
  78. ;
  79. ; Uncomment the appropriate 'cardn=0xnnn' lines tell I/O config the cards
  80. ; that are actually present in the computer.
  81. ;
  82. ;    Switch
  83. ;    setting : Address
  84. ;    ======= : =======
  85. ;     0-0-0  :  0x250 (default) 
  86. ;     1-0-0  :  0x270
  87. ;     0-1-0  :  0x350
  88. ;     1-1-0  :  0x370
  89. ;     0-0-1  :  0x220
  90. ;     1-0-1  :  0x280
  91. ;     0-1-1  :  0x390
  92. ;     1-1-1  :  0x380
  93. ;
  94. ;
  95. ; To configure an 82341C card on Windows Me, first see the troubleshooting
  96. ; guide and follow the instructions there.  You must also uncomment the
  97. ; "LoadOnWindowsMe" line below
  98. ;
  99. ;==========================================================================
  100.  
  101. [Cfg8234x]
  102. ;LoadOnWindowsMe=true
  103. ;AutoDetectCards=false
  104. ;card1=0x250
  105. ;card2=0x270
  106. ;card3=0x350
  107. ;card4=0x370
  108. ;card5=0x220
  109. ;card6=0x280
  110. ;card7=0x390
  111. ;card8=0x380
  112.  
  113.  
  114. ;==========================================================================
  115. ;
  116. ; The [Cfg82341D] section is used to manually enter information about
  117. ; Agilent 82341D cards.
  118. ;
  119. ; Uncommenting the line "AutoDetectCards=false" will cause I/O config to
  120. ; not try to automatically detect cards on your system.  If you are having
  121. ; problems with I/O Config locking up your computer, this may stop that
  122. ; from happening.
  123. ;
  124. ; The cardn=PNPxxxx line tell I/O config that a card with the serial number
  125. ; 'PNPxxxx' is present.  Replace the 'xxxx' with the serial number from the
  126. ; back of your card.  Add additional 'cardn=' lines if you have additional
  127. ; cards.
  128. ;
  129. ; NOTE: If your computer continues to lock up, you may also have to
  130. ; uncomment "AutoDetectCards=false" in the [Cfg8234x] section above.
  131. ;
  132. ;==========================================================================
  133.  
  134. [Cfg82341D]
  135. ;AutoDetectCards=false
  136. ;card1=PNPxxxx
  137.  
  138.  
  139. ;==========================================================================
  140. ;
  141. ; The [Cfg2075] section is used to manually enter information about the
  142. ; following cards:
  143. ;   - E2075 GPIO card
  144. ;
  145. ; Uncommenting the line "AutoDetectCards=false" will cause I/O config to
  146. ; not try to automatically detect cards on your system.  If you are having
  147. ; problems with I/O Config locking up your computer, this may stop that
  148. ; from happening.
  149. ;
  150. ; Uncomment the appropriate 'cardn=0xnnn' lines tell I/O config the cards
  151. ; that are actually present in the computer.
  152. ;
  153. ;    Switch
  154. ;    setting : Address
  155. ;    ======= : =======
  156. ;     0-0-0  :  0x228 (default) 
  157. ;     1-0-0  :  0x238
  158. ;     0-1-0  :  0x258
  159. ;     1-1-0  :  0x288
  160. ;     0-0-1  :  0x328
  161. ;     1-0-1  :  0x348
  162. ;     0-1-1  :  0x388
  163. ;     1-1-1  :  0x398
  164. ;
  165. ;==========================================================================
  166.  
  167. [Cfg2075]
  168. ;AutoDetectCards=false
  169. ;card1=0x228
  170. ;card2=0x238
  171. ;card3=0x258
  172. ;card4=0x288
  173. ;card5=0x328
  174. ;card6=0x348
  175. ;card7=0x388
  176. ;card8=0x398
  177.  
  178.  
  179. ;==========================================================================
  180. ;
  181. ; The [Cfg82335] section is used to manually enter information about the
  182. ; following cards:
  183. ;   - 82335 GPIB card (Only supported on Windows 95)
  184. ;
  185. ; Uncommenting the line "AutoDetectCards=false" will cause I/O config to
  186. ; not try to automatically detect cards on your system.  If you are having
  187. ; problems with I/O Config locking up your computer, this may stop that
  188. ; from happening.
  189. ;
  190. ; Uncomment the appropriate 'cardn=0xnnnn' lines to tell I/O config the
  191. ; cards that are actually present in the computer.
  192. ;
  193. ;    switches   memory 
  194. ;    1-2-3-4    address 
  195. ;   ========= : =======
  196. ;    0-0-0-0  :  c000
  197. ;    0-0-0-1  :  c400
  198. ;    0-0-1-0  :  c800
  199. ;    0-0-1-1  :  cc00
  200. ;    0-1-0-0  :  d000
  201. ;    0-1-0-1  :  d400
  202. ;    0-1-1-0  :  d800
  203. ;    0-1-1-1  :  dc00 (default) 
  204. ;    1-0-0-0  :  e000
  205. ;    1-0-0-1  :  e400
  206. ;    1-0-1-0  :  e800
  207. ;    1-0-1-1  :  ec00
  208. ;    1-1-0-0  :  f000
  209. ;    1-1-0-1  :  f400
  210. ;    1-1-1-0  :  f800
  211. ;    1-1-1-1  :  fc00
  212. ;
  213. ;    switches 5-6 set the IRQ 
  214. ;    0-0 : IRQ 3 (default) 
  215. ;    0-1 : IRQ 4 
  216. ;    1-0 : IRQ 5 
  217. ;    1-1 : IRQ 7 
  218. ;    switches 7-8 are not used 
  219. ;
  220. ;==========================================================================
  221.  
  222. [Cfg82335]
  223. ;AutoDetectCards=false
  224. ;card5=0xd000
  225. ;card6=0xd400
  226. ;card7=0xd800
  227. ;card8=0xdc00
  228. ;card9=0xe000
  229. ;card10=0xe400
  230. ;card11=0xe800
  231. ;card12=0xec00
  232.  
  233.  
  234. ;==========================================================================
  235. ;
  236. ; The [CfgNi488] section is used to manually enter information about the
  237. ; presence of an NI-488 GPIB interface in the system.
  238. ;
  239. ; Uncommenting the line "AutoDetectCards=false" will cause I/O config to
  240. ; not look in the Windows registry to try and determine if there is an
  241. ; NI-488 interface present.
  242. ;
  243. ; Uncomment the appropriate 'GPIBn=n' lines tell I/O Config the NI-488
  244. ; GPIB board(s) that are actually present in the computer.
  245. ;
  246. ; Note: National Instruments NI-488.2 for Windows NT/98/95 software,
  247. ;       Version 1.60 or later must be installed on this computer and these
  248. ;       cards must first be configured using the NI configuration utilities
  249. ;       before the Agilent I/O Libraries can utilize NI GPIB cards.
  250. ;
  251. ;==========================================================================
  252.  
  253. [CfgNi488]
  254. ;AutoDetectCards=false
  255. ;GPIB0=yes
  256. ;GPIB1=yes
  257. ;GPIB2=yes
  258. ;GPIB3=yes
  259. ;GPIB4=yes
  260. ;GPIB5=yes
  261. ;GPIB6=yes
  262. ;GPIB7=yes
  263. ;GPIB8=yes
  264. ;GPIB9=yes
  265.  
  266. ;==========================================================================
  267. ;
  268. ; The [CfgNiVxi] section is used to manually enter information about the
  269. ; presence of an NI-VXI interface in the system.
  270. ;
  271. ; Uncommenting the line "AutoDetectCards=false" will cause I/O config to
  272. ; not look in the Windows registry to try and determine if there is an
  273. ; NI-VXI interface present.
  274. ;
  275. ; Uncomment the 'VXI0=n' lines tell I/O Config to assume that an NI-VXI
  276. ; interface is present in the computer.
  277. ;
  278. ; Note: National Instruments NI-VXI for Windows software, Version 2.01
  279. ;       or later must be installed on this computer and the VXI interface
  280. ;       must first be configured using the NI configuration utilities
  281. ;       before the Agilent I/O Libraries can utilize the NI-VXI interface.
  282. ;
  283. ;       Currently only a one NI-VXI interface can be present on the
  284. ;       computer.
  285. ;
  286. ;==========================================================================
  287.  
  288. [CfgNiVxi]
  289. ;AutoDetectCards=false
  290. ;VXI0=yes
  291.